projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c71a9
)
(init_eval): Initialize when_entered_debugger to -1.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Apr 1994 02:16:15 +0000
(
02:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Apr 1994 02:16:15 +0000
(
02:16
+0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index c826aa240cc56c87882289ebe2af332858f84779..f53ce8ef65196a3838399c0217bc25966fd85ec5 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-163,7
+163,8
@@
init_eval ()
Vquit_flag = Qnil;
debug_on_next_call = 0;
lisp_eval_depth = 0;
- when_entered_debugger = 0;
+ /* This is less than the initial value of num_nonmacro_input_chars. */
+ when_entered_debugger = -1;
}
Lisp_Object